.add-rounded{
    border-radius: .5rem !important;
}
.text-yellow{
    color: rgba(252, 181, 28, 0.8);
}

.max-h-250{
    min-height: 310px !important;
    min-width: 400px !important;
}

.bg-pink{
    background-color: #e45c5c;
}

.bg-darker-pink{
    background-color: #863b3b;
}

.bg-blue-sky{
    background-color: #4eaaed;
}

.bg-darker-blue{
    background-color: rgb(33, 33, 145);
}

.text-alert{
    color: #a11c1c;
}

.bg-light-green{
    background-color: #219C90;
}

.bg-yellow{
    background-color: #eecc0e;
}

.bg-darker-yellow{
    background-color: #a78f09;
}

.whatsapp-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}

.whatsapp-fab:hover {
    transform: scale(1.1);
}